home *** CD-ROM | disk | FTP | other *** search
/ Dr. Health'nstein's Body Fun / bodyfun.iso / mac / MAC MOVIE FOLDER / GYM.DIR / 00016_Script_16 < prev    next >
Text File  |  1994-10-12  |  194b  |  10 lines

  1. on mouseDown
  2.   if ClickButton() = true then
  3.     cursor 4
  4.     HideChallengerPictures
  5.     AllPuppetsOff
  6.     global tExeType
  7.     set tExeType = "Helga"
  8.     go to frame "Helga"
  9.   end if
  10. end